mergMKSet
Type
command
Summary
Set the properties of the map
Syntax
mergMKSet <pProperty>, <pValue>, [<pAnimated>]
Description
Set the properties of the map
Parameters
Name | Type | Description |
---|---|---|
pProperty | The property to set. One of:
| |
pValue | The value to set the property. | |
pAnimated | (optional with "false" default) true or false with true as default is applicable to the following properties:|center coordinate|region|user tracking mode
|
Examples
mergMKSet "rect",the rect of me
put iphoneCurrentLocation() into tLocation
mergMKSet "center coordinate", (tLocation["latitude"],tLocation["longitude"])
mergMKSet "visible",true
Compatibility and Support
Introduced
LiveCode 8.0
OS
ios
Platforms
mobile